home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-09-28 | 338 b | 15 lines |
- #
- # Please change the path of HEADER and FD to where you
- # keep the files.
- #
- # Please make sure that all headers are copied in the
- # DINCLUDE: directory!
- #
-
- HEADER = DINCLUDE:clib/powerpacker_protos.h
- FD = FD:powerpacker_lib.fd
-
- all:
- fdtolib $(FD) -o powerpackers.lib
- fdtolib $(FD) -h $(HEADER) -o powerpackersr.lib -mr
-